VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfTreeNodeList<T> Class / ValidateInsertingItem(T) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    ValidateInsertingItem(T) Method (PdfTreeNodeList<T>)
    In This Topic
    Validates the item that should be inserted into PDF document.
    Syntax
    'Declaration
    
    Protected Overridable Sub ValidateInsertingItem( _
    ByVal item
    The item that inserting.
    As T _
    )
    protected virtual void ValidateInsertingItem(
    T item
    )
    protected: virtual void ValidateInsertingItem(
    T* item
    )
    protected:
    virtual void ValidateInsertingItem(
    T^ item
    )

    Parameters

    item
    The item that inserting.
    Exceptions
    ExceptionDescription
    Thrown if object is not part of this PDF document.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also